home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enciclopedia Del Perro
/
Enciclopedia Del Perro.iso
/
info31
/
ftpcom.in_
/
ftpcom.in
Wrap
Text File
|
1995-07-31
|
4KB
|
156 lines
; INF
;
; FTP Software COM Port driver
;
; Copyright 1995, FTP Software, Inc
;
; rev 1
; jlm - replaced *PNP8387 with %FTP_DEVICE%
; rev 2
; cmn - jlm called Microsoft. 6/14/95 They informed us to remove sections pertaining
; to file copying and removal. I will comment out these sections, instead.
; Remove flow will be kept, so we can attempt to pull wcomapi.dll from system.ini.
; as of 6/14/95, we cannot do this, and the ability to do so is under investigation.
;
[version]
signature="$CHICAGO$"
Class=Net
provider=%V_FTP%
[Manufacturer]
%V_FTP%=FTPCOM
[FTPCOM]
%FTP_DEVICE.DeviceDesc%=FTPCOM.ndi, FTPCOM ; FTP Serial driver
;****************************************************************************
; FTP Software Serial Transport Driver
;****************************************************************************
[FTPCOM.ndi]
AddReg=FTPCOM.ndi.reg
DeviceID=%FTP_DEVICE%
MaxInstance=1
[FTPCOM.ndi.reg]
HKR,Ndi,DeviceID,,"%FTP_DEVICE%"
HKR,Ndi,StaticVxd,,"WCOMVXD.386"
HKR,Ndi,CardType,,"FORCEENUM"
; FTP SERIAL Info
HKR,FTPCOM,LogDriverName,,"FTPCOM"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ftpcom"
HKR,Ndi\Interfaces,DefLower,,"vcomm"
HKR,Ndi\Interfaces,UpperRange,,"ftpcom"
HKR,Ndi\Interfaces,LowerRange,,"vcomm"
; cmn 6/13/95 -- leave line here for documentation. Don't depend on anything,
; we may want to install in independent order.
;HKR,Ndi\Compatibility,RequireAny,,"pctcpapi"
; Install sections
HKR,Ndi\Install,,,"FTPCOM.Install"
; We still want to remove wcomapi.dll from system.ini, so keep remove flow.
HKR,Ndi\Remove,,,"FTPCOM.Remove"
; Context help
HKR,Ndi,HelpText,,%FTPCOM_HELP%
[FTPCOM.Install]
AddReg=FTPCOM.AddReg
UpdateIniFields=FTPCOM.SysIniFields.Add
; Refer to comments at head of file. This is removed per Microsoft's instructions.
; mlk also asked no inf files be copied.
;CopyFiles=FTPCOM.CopyFiles.sys
[FTPCOM.Remove]
DelReg=FTPCOM.Rmv.Delreg
; Refer to comments at head of file. This is removed per Microsoft's instructions.
;Delfiles=FTPCOM.CopyFiles.sys
UpdateIniFields=FTPCOM.SysIniFields.Remove
[FTPCOM.AddReg]
; mlk thinks we don't need a loader,because we're static 6/6/95 cmn
HKR,,DeviceVxDs,,wcomvxd.386
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPCOM",StaticVxD,,"WCOMVXD.386"
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPCOM",Start,1,00
[FTPCOM.Rmv.DelReg]
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPCOM"
; Files to be copied...
[FTPCOM.CopyFiles.sys]
wcomvxd.386
wcomapi.dll
; Refer to comments at head of file. This is removed per Microsoft's instructions.
; Also, on 6/13, mlk told us not to copy inf files.
[FTPCOM.CopyFiles.inf]
ftpcom.inf
; System.ini handling
[FTPCOM.SysIniFields.Add]
system.ini,Boot,drivers,,wcomapi.dll
; cmn 6/13/95 for now, it does not appear we can remove anything from system.ini...
[FTPCOM.SysIniFields.Remove]
system.ini,Boot,drivers,wcomapi.dll
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
FTPCOM.CopyFiles.sys = 11 ;LDID_SYS
FTPCOM.CopyFiles.inf = 17 ; inf directory
;****************************************************************************
; Source Directories
;****************************************************************************
;[SourceDisksNames]
39=%DSK_FTPCOM%, "", 0001
;
;[SourceDisksFiles]
wcomvxd.386=39
wcomapi.dll=39
ftpcom.inf=39
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Manufacturers
V_FTP="FTP Software, Inc."
V_CLASSNAME="FTP Software Serial Transport Driver"
; Source Disks
DSK_FTPCOM= "OnNet Serial (SLIP/PPP) Driver for Windows-95 disk"
; Devices
FTPCOM.DeviceDesc= "Serial (SLIP/PPP) Driver. FTP Software, Inc."
FTP_DEVICE = "FTPCOM"
; Context help
FTPCOM_HELP="The Serial (SLIP/PPP) Driver allows your applications to communicate over a modem."
FTP_DEVICE.DeviceDesc="Serial (SLIP/PPP) Driver. FTP Software, Inc."